Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
Constants


Status Values

Most QuickDraw 3D routines return a status code, which is of type TQ3Status.

typedef enum TQ3Status {
   kQ3Failure,
   kQ3Success
} TQ3Status;
Constant descriptions

kQ3Failure
The routine failed.
kQ3Success
The routine succeeded.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996